.hidden {
    display: none;
}
.banner_box {
    width: 100%;
    height:575px;
    overflow: hidden;position: relative;
}
.page_box{ width: 100%; height:575px; position: absolute; top: 0px; left: 0px; }
.main_box{ width: 100%; height:575px; position: relative; left: -9999px;}
.ban1c1{ position: absolute; top: 41px; left: 67px; }
.ban1c2{ position: absolute; bottom: 135px; left: 67px; }
.ban1c3{ position: absolute; top: 85px; right:0px; }
.ban2c1{ position: absolute; top: 41px; left: 67px; }
.ban2c2{ position: absolute; top: 25px; right: 138px; }
.ban3c1{ position: absolute; top: 41px; left: 67px; }
.ban3c2{ position: absolute; top: 265px; left: 67px; }
.ban3c3{ position: absolute; bottom: -5px; right: 55px; }
.ban4c1{ position: absolute; bottom:135px; left: 0px; }
.ban4c2{ position: absolute; bottom:0px; right: 0px; }
.show .main_box{ left:0px;  }
.show .anim1{animation: fadeInLeft 3s;}
.show .anim11{animation: fadeInLeft 3s;}
.show .anim2{animation: fadeInRight 3s;}
.show .anim21{animation: fadeInRight 3s;}
.show .anim3{animation: bounceInLeft 3s;}
.show .anim4{animation: bounceInRight 3s;}
.show .anim5{animation: fadeInUp 3s;}
.show .anim6{animation: fadeInDown 3s;}
.show .anim7{animation: bounceInUp 3s;}
.show .anim8{animation: bounceInDown 3s;}